body {
  font-family:Arial,Helvettica,sans-serif;
  background-color:white;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'Nunito Semibold';
  text-align: center;
}

header {
  width:100%;
  background-color:white;
  color:white;
  margin-right:auto;
  margin-left:auto;
  padding:10px;
  overflow:hidden;
}

/*footer {
    background-color: dimgrey;
}*/

div.goof {
	font-family:Arial,Helvettica,sans-serif;
	background-color:white;
    color:blue;
	margin: 20px 0 20px 0;
	padding: 20px;
	
}

h1 {
  font-size:2em;
  margin:0;
  padding:0;
  padding-top:10px;
  text-align:center;
}

h2 {
  font-size:1.6px;
  text-align:center;
  
}

h3 {
  font-size:1.3px;
}

p {
   font-size:0.8em;
   text-align: center;
   
}
   
.active{
  	background-color: white;
   	color: black;
}
   
.scrollable{
  	height: 300px;
  	overflow: scroll;
  	
} 

.headsup {
  font-family:Arial,Helvettica,sans-serif;
  width:100%;
  color:#111;
  font-size: 24px;
} 

.wordy {
  font-family:Arial,Helvettica,sans-serif;	
  width:100%;
  color:#795548;
  font-size: 28px;
} 

.wordy-small {
  font-family:Arial,Helvettica,sans-serif;	
  width:100%;
  color:#795548;
  font-size: 12px;
  font-weight: bold;
} 

.underfont {
	font-family:Arial,Helvettica,sans-serif;
	color: #cad1d1;
	font-size: 16px;
}

.underfont-small {
	font-family:Arial,Helvettica,sans-serif;
	color: #cad1d1;
	font-size: 14px;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
} 

.detailfont-small {
	font-family:Arial,Helvettica,sans-serif;
	color: #cad1d1;
	font-size: 12px;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
} 

.footer{
	font-family:Arial,Helvettica,sans-serif;
	color: #cad1d1;
	font-size: 10px;
	text-align: center;
}

.box {
    position: relative;
    /*top: 50%;*/
    /*left: 0%;*/
    right: 0%;
    /*transform: translate(-10%, -10%);*/
    height: 365px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    /*float: left;*/
    margin: 10px;
    padding: 20px;
    width: 100%;
    
}

.box2 {
    position: relative;
    /*top: 50%;*/
    /*left: 3%;*/
    right: 0%;
    /*transform: translate(-10%, -10%);*/
    height: 365px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    /*float: left;*/
    margin: 20px;
    padding: 20px;
    max-width: 100%;
}

.boxcontact {
    position: relative;
    /*top: 50%;*/
    /*left: 3%;*/
    right: 0%;
    /*transform: translate(-10%, -10%);*/
    height: 365px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    /*float: left;*/
    margin: 10px;
    /*padding: 20px;*/
    /*max-width: 50%;*/
}

.boxcontact2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
}

.boximg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    z-index: 2;
    border-radius: 5px;
    background: rgba(2, 40, 174, 0.40);
}

.boximg2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    z-index: 2;
    border-radius: 5px;
    background: rgba(2, 40, 174, 0.40);
}

.boximgnew {
    top: 0;
    left: 0;
    /*padding-left: 50px;
    margin-left: 50px;*/
    width: 100%;
    height: 100%;
}

.boxform {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    z-index: 2;
    border-radius: 5px;
    /*background: rgba(2, 40, 174, 0.40);*/
}

.box:hover .boximg {
    transform: translateY(0px);
 }

.box2:hover .boximg2 {
    transform: translateY(0px);
}

.boximg img {
    transition: 0.4s;
}

.boximg2 img {
    transition: 0.4s;
}

.box:hover .boximg {
    opacity: 0.4;
}

.box2:hover .boximg2 {
    opacity: 0.4;
}

.box:hover .icons li a {
    transform: translateY(0px);
    opacity: 1;
}

.box2:hover .icons li a {
    transform: translateY(0px);
    opacity: 1;
}

.box .icons li a .fa {
    transition: 0.4s;
    font-size: 20px;  
}

.box2 .icons li a .fa {
    transition: 0.4s;
    font-size: 20px;
}

.box .icons li a:hover .fa {
    transform: rotateY(360deg);
}

.box2 .icons li a:hover .fa {
    transform: rotateY(360deg);
}

.box .icons li:nth-child(1) a {
    transition-delay: 0s;
}

.box2 .icons li:nth-child(1) a {
    transition-delay: 0s;
}

.box .icons li:nth-child(2) a {
    transition-delay: 0.2s;
}

.box2 .icons li:nth-child(2) a {
    transition-delay: 0.2s;
}

.footer-style {
    background-color: white;
}

.p-heading-heavy {
    font-size: 30px;
    font-weight: bold;
    color: grey;
    font-family: Montserrat, sans-serif;
}

.p-heading-light {
    font-size: 20px;
    color: rgba(2, 40, 174, 0.40);
    font-family: Montserrat, sans-serif;
}

.left-text {
    font-family: Arial,Helvettica,sans-serif;
    color: #cad1d1;
    font-size: 12px;
    text-align: left;
}

.para-left {
    /*border-bottom:5px dotted;*/
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 16px;
    width: 82%; /* whatever width you want */
    font-family: Arial,Helvettica,sans-serif;
    color: black;
}

.para-centered {
    /*border-bottom:5px dotted;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    width: 70%; /* whatever width you want */
    font-family: Arial,Helvettica,sans-serif;
    color: #cad1d1;
}

p .para-left {
    /*border-bottom:5px dotted;*/
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 16px;
    width: 82%; /* whatever width you want */
    font-family: Arial,Helvettica,sans-serif;
    color: black;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-evenly;
    background-color: #2196F3;
    padding: 10px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

.box-left {
    grid-area: leftBox;
    width: 50%;
}

.box-right {
    grid-area: rightBox;
    width: 50%;
}

.grid-container-folio {
    display: grid;
    grid-template: 'leftBox rightBox';
    grid-template-columns: 50% 50%;
    grid-template-rows: 80%;
    /*grid-template-rows: 800px 50px;*/
    justify-content: space-evenly;
    grid-gap: 0px;
    background-color: #afb5ca;
    padding: 0px;
    width: 100%;
}

.grid-item-folio {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    /*border: 1px solid rgba(0, 0, 0, 0.8);*/
    padding: 20px;
    font-size: 30px;
    /*text-align: center;*/
}

.grid-container-folio > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.form-style{
    font-size: 12px;
}

/* ----------- Form style ----------- */
input, textarea {
    border: solid 1px #b7ddf2;
    border-radius: 3px;
    padding: 10px;
    width: 200px;
    color: #999999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

.col-25 {
    float: left;
    width: 10%;
    margin-top: 6px;
}

.col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
}

.form-container {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: white;
    /*padding: 30px;*/
    padding-bottom: 10px;
    /*! border: 1px solid #ced4da; */
    max-width: 100%;
    border-radius: 0px;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

input[type=text], select, textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    resize: vertical;
}


label {
    padding: 0px 0px 0px 12px;
    display: inline-block;
    font-size: 1rem;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-container > div {
        margin: 10px;
        padding: 20px;
        font-size: 30px;
    }

 
/* ----------- My Form ----------- */
.myform {
    margin: 0 auto;
    width: 400px;
    padding: 14px;
}
textarea {
    margin: 0 auto;
    height: 150px;
    padding: 14px;
    line-height: 18px;
    /*max-width: 400px;*/
}

 input:hover, textarea:hover,
 input:focus, textarea:focus {
        border-color: #c9c9c9;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    }
.form label {
     margin-left: 10px;
     color: #999999;
 }

.central-park {
    margin: auto;
}

   	
   	
   
